home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TGROUPSELECTOR / TGROUPSELECTOR.txt
Text File  |  2004-10-12  |  2KB  |  87 lines

  1. object GroupSelector: TGroupSelector
  2.   Left = 200
  3.   Top = 111
  4.   BorderStyle = bsDialog
  5.   Caption = 'Group Selector'
  6.   ClientHeight = 211
  7.   ClientWidth = 440
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bOK: TButton
  20.     Left = 344
  21.     Top = 16
  22.     Width = 89
  23.     Height = 25
  24.     Caption = '&OK'
  25.     Default = True
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.     OnClick = bOKClick
  29.   end
  30.   object bCancel: TButton
  31.     Left = 344
  32.     Top = 48
  33.     Width = 89
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Cancel'
  37.     ModalResult = 2
  38.     TabOrder = 1
  39.   end
  40.   object bSelect: TButton
  41.     Left = 344
  42.     Top = 144
  43.     Width = 89
  44.     Height = 25
  45.     Caption = 'Select all'
  46.     TabOrder = 2
  47.     OnClick = bSelectClick
  48.   end
  49.   object bUnselect: TButton
  50.     Tag = 1
  51.     Left = 344
  52.     Top = 176
  53.     Width = 89
  54.     Height = 25
  55.     Caption = 'Deselect all'
  56.     TabOrder = 3
  57.     OnClick = bSelectClick
  58.   end
  59.   object lvGroups: TListView
  60.     Left = 8
  61.     Top = 16
  62.     Width = 321
  63.     Height = 185
  64.     Checkboxes = True
  65.     Columns = <
  66.       item
  67.         AutoSize = True
  68.         Caption = 'Name'
  69.       end
  70.       item
  71.         AutoSize = True
  72.         Caption = 'Handle'
  73.       end
  74.       item
  75.         AutoSize = True
  76.         Caption = 'Address Book'
  77.       end>
  78.     ColumnClick = False
  79.     HideSelection = False
  80.     ReadOnly = True
  81.     RowSelect = True
  82.     SortType = stText
  83.     TabOrder = 4
  84.     ViewStyle = vsReport
  85.   end
  86. end
  87.